This is the first debut of the Marrow Engine. Built on top of the Deno runtime already, this initial release provides native, first-class support for TypeScript and TSXS, allowing you to develop components and layouts with zero manual transpilation. For those looking to also deploy in a containerized environments, the engine is compatible with the official Deno OCI image for seamless Docker deployments.
The framework emphasizes a structured development experience where pages will be automatically routed as long as they reside with src/pages directory. Styling already has support to handle CSS modules, that also supports secure hashing following this documentation, to be improved on as development continues. Beyond the core architecture, this version already includes support for configuration flexibility, enabling you to customize the network port, implementation for custom middleware, and apply layouts to Markdown pages.
Read more about SudoVanilla taking step in future development: https://sudovanilla.org/blog/marrow-engine--sudovanillas-very-own-framework-engine--and-its-future-ecosystem
